home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / onetime.zip / FFCR.DOC < prev    next >
Text File  |  1994-11-06  |  2KB  |  35 lines

  1.                                       FFCR
  2. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  3.  
  4. FFCRis a utility to create a "code-key" file. The code-key file is a set 
  5. of random integers, in the range of 0 to 255, that define the "shift" of 
  6. each character in the file to be encoded, and the reverse shift of each 
  7. character in the encoded file, in order for it to be decoded. FFCR is a 
  8. part of the shareware *ONETIME* file security system. 
  9.  
  10. To invoke FFCR, type: ffcr filename, where filename is the name of the file 
  11. to be encoded.  FFCR will create a file named CODE.KEY that is of greater 
  12. length, in bytes, than the file to be encoded.  FFCR will usually be invoked 
  13. from the batch file FENCODE, but can be used as a stand-alone utility.
  14.  
  15. FFCR is used to encode and decode both binary and text files. Use the 
  16. companion utility FCR to generate key-files for more encoding only text 
  17. files for hard-copy or fax output. 
  18.  
  19. Note that the length of the key-file will be equal to or greater than that 
  20. of the file to be encoded. Additionally, each particular key-file should be 
  21. used once only, otherwise the security of the encryption process is 
  22. compromised. 
  23.  
  24. The C source for FFCR is included. Use and modification of source requires 
  25. the written permission of the author, which will very likely be granted on 
  26. request. 
  27.  
  28. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  29.  
  30. M\Cooper
  31. 3425 Chestnut Ridge Rd.
  32. Grantsville, MD 21536-9801
  33. --------------------------
  34. Email:  thegrendel@aol.com
  35.